MSVC Builds: Update the gtk-demo Projects
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 3 Jun 2014 08:55:46 +0000 (16:55 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 3 Jun 2014 08:55:46 +0000 (16:55 +0800)
Add the gestures demo sources into the build, so that the build will
complete properly.

build/win32/vs10/gtk3-demo.vcxproj
build/win32/vs10/gtk3-demo.vcxproj.filters
build/win32/vs9/gtk3-demo.vcproj

index fb045c528f89da164903454b2a06a95bd027cebf..f870a6e26dc4e059211c6027d8f5e78a2965be68 100644 (file)
     <ClCompile Include="..\..\..\demos\gtk-demo\entry_completion.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\event_axes.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\expander.c" />
+    <ClCompile Include="..\..\..\demos\gtk-demo\gestures.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\headerbar.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\hypertext.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\iconview.c" />
index 903ad30005d7c03efbe5c8d0288de583f405a7b2..745f00d492244bfb49ef3d1299a97eb686a064b6 100644 (file)
@@ -31,6 +31,7 @@
     <ClCompile Include="..\..\..\demos\gtk-demo\entry_completion.c"><Filter>Source Files</Filter></ClCompile>
     <ClCompile Include="..\..\..\demos\gtk-demo\event_axes.c"><Filter>Source Files</Filter></ClCompile>
     <ClCompile Include="..\..\..\demos\gtk-demo\expander.c"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\..\..\demos\gtk-demo\gestures.c"><Filter>Source Files</Filter></ClCompile>
     <ClCompile Include="..\..\..\demos\gtk-demo\headerbar.c"><Filter>Source Files</Filter></ClCompile>
     <ClCompile Include="..\..\..\demos\gtk-demo\hypertext.c"><Filter>Source Files</Filter></ClCompile>
     <ClCompile Include="..\..\..\demos\gtk-demo\iconview.c"><Filter>Source Files</Filter></ClCompile>
index a30418ca281a6e4996944a55fde537808dc36f1f..5c239db7055d1507884609caf1564658c35d5c15 100644 (file)
                        <File RelativePath="..\..\..\demos\gtk-demo\entry_completion.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\event_axes.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\expander.c" />
+                       <File RelativePath="..\..\..\demos\gtk-demo\gestures.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\headerbar.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\hypertext.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\iconview.c" />